home *** CD-ROM | disk | FTP | other *** search
/ DOKAN 7 / Dokan 07.iso / dokan.exe / 0 / RCDATA / TABOUTDLG / TABOUTDLG.txt < prev   
Text File  |  1998-09-10  |  2KB  |  87 lines

  1. object AboutDlg: TAboutDlg
  2.   Left = 363
  3.   Top = 184
  4.   BorderStyle = bsDialog
  5.   Caption = 'Acerca de Dokan'
  6.   ClientHeight = 240
  7.   ClientWidth = 329
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 309
  21.     Height = 185
  22.     BevelInner = bvRaised
  23.     BevelOuter = bvLowered
  24.     ParentColor = True
  25.     TabOrder = 0
  26.     object ProgramIcon: TImage
  27.       Left = 64
  28.       Top = 12
  29.       Width = 180
  30.       Height = 44
  31.       AutoSize = True
  32.       Picture.Data = {<image000.bmp>}
  33.       IsControl = True
  34.     end
  35.     object Copyright: TLabel
  36.       Left = 48
  37.       Top = 160
  38.       Width = 213
  39.       Height = 13
  40.       Caption = 'Copyright (c) 1998  ARES Inform∩┐╜tica'
  41.       Font.Charset = DEFAULT_CHARSET
  42.       Font.Color = clWindowText
  43.       Font.Height = -11
  44.       Font.Name = 'MS Sans Serif'
  45.       Font.Style = [fsBold]
  46.       ParentFont = False
  47.       IsControl = True
  48.     end
  49.     object Label1: TLabel
  50.       Left = 250
  51.       Top = 40
  52.       Width = 22
  53.       Height = 19
  54.       Alignment = taCenter
  55.       Caption = '1.6'
  56.       Font.Charset = ANSI_CHARSET
  57.       Font.Color = clWindowText
  58.       Font.Height = -16
  59.       Font.Name = 'Arial'
  60.       Font.Style = [fsBold]
  61.       ParentFont = False
  62.       IsControl = True
  63.     end
  64.     object Label2: TLabel
  65.       Left = 107
  66.       Top = 68
  67.       Width = 80
  68.       Height = 78
  69.       Alignment = taCenter
  70.       Caption = 
  71.         'Dise∩┐╜o:'#13#10'Mary Molina,'#13#10'Albert Rodr∩┐╜guez'#13#10#13#10'Programaci∩┐╜n:'#13#10'Jos∩┐╜ G' +
  72.         'arc∩┐╜a '
  73.       IsControl = True
  74.     end
  75.   end
  76.   object OKButton: TButton
  77.     Left = 127
  78.     Top = 204
  79.     Width = 75
  80.     Height = 25
  81.     Caption = 'Aceptar'
  82.     Default = True
  83.     ModalResult = 1
  84.     TabOrder = 1
  85.   end
  86. end
  87.